Skip to content

Conversation

prezha
Copy link
Contributor

@prezha prezha commented Aug 14, 2025

after the pr #21277, the bot correctly sets images for newer k8s v1.34.0-rc.x in pr #21307, but the v1.34.0-beta.0 etcd image was already (wrongly) set (pre pr #21277), and the bot, expectedly, will not go back and fix that, so this pr sets the correct etcd image version for k8s v1.34.0-beta.0

$ kubeadm version -o short

v1.34.0-rc.0

$ kubeadm config images list --kubernetes-version v1.34.0-beta.0

registry.k8s.io/kube-apiserver:v1.34.0-beta.0
registry.k8s.io/kube-controller-manager:v1.34.0-beta.0
registry.k8s.io/kube-scheduler:v1.34.0-beta.0
registry.k8s.io/kube-proxy:v1.34.0-beta.0
registry.k8s.io/coredns/coredns:v1.12.1
registry.k8s.io/pause:3.10.1
registry.k8s.io/etcd:3.6.4-0`

btw, the prev v1.33.3 is ok:

$ kubeadm version -o short

v1.33.3

$ kubeadm config images list --kubernetes-version v1.33.3

registry.k8s.io/kube-apiserver:v1.33.3
registry.k8s.io/kube-controller-manager:v1.33.3
registry.k8s.io/kube-scheduler:v1.33.3
registry.k8s.io/kube-proxy:v1.33.3
registry.k8s.io/coredns/coredns:v1.12.0
registry.k8s.io/pause:3.10
registry.k8s.io/etcd:3.5.21-0

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Aug 14, 2025
@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Aug 14, 2025
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: medyagh, prezha

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@medyagh medyagh merged commit 358a142 into kubernetes:master Aug 15, 2025
32 of 36 checks passed
@medyagh medyagh changed the title fix k8s v1.33.3 etcd image version fix k8s v1.34.0-beta.0 etcd image version Aug 15, 2025
pavansaikrishna78 pushed a commit to pavansaikrishna78/minikube that referenced this pull request Aug 18, 2025
pavansaikrishna78 pushed a commit to pavansaikrishna78/minikube that referenced this pull request Aug 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants